Uses of Class
es.csic.iiia.fabregues.dip.board.State
Package | Description |
---|---|
es.csic.iiia.fabregues.dip.board |
-
Uses of State in es.csic.iiia.fabregues.dip.board
Methods in es.csic.iiia.fabregues.dip.board that return State Modifier and Type Method Description State
GameState. getState()
static State
State. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static State[]
State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in es.csic.iiia.fabregues.dip.board with parameters of type State Modifier and Type Method Description void
GameState. setState(State state)